From 326c3071d8f9e166fa04965418485f38cf619cb5 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 10 Jul 2011 17:12:36 +0200 Subject: [PATCH] (Mode Line Variables): Document `mode-line-remote' and `mode-line-client' --- doc/lispref/ChangeLog | 3 +++ doc/lispref/modes.texi | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3ec8d923579..257145bb5e6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2011-07-10 Lars Magne Ingebrigtsen + * modes.texi (Mode Line Variables): Document `mode-line-remote' + and `mode-line-client' (bug#2974). + * text.texi (Insertion): Clarify marker movements (bug#1651). Text from Drew Adams. diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 562cc76c3f0..a8a10f750cc 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -1864,6 +1864,15 @@ line, or @code{nil} for no version control. This variable displays the buffer's major and minor modes. Its default value also displays the recursive editing level, information on the process status, and whether narrowing is in effect. +@end defopt + +@defopt mode-line-remote +This variable is used to show whether @code{default-directory} for the +current buffer is remote. +@end defopt + +@defopt mode-line-client +This variable is used to identify @code{emacsclient} frames. @end defopt The following three variables are used in @code{mode-line-modes}: -- 2.30.2